const runtime.debugLogStringLimit

3 uses

	runtime (current package)
		debuglog.go#L43: const debugLogStringLimit = debugLogBytes / 8
		debuglog.go#L362: 		if len(b) > debugLogStringLimit {
		debuglog.go#L363: 			b = b[:debugLogStringLimit]